home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / tools / gzip-1.2.4x2.lha / gzip124x2 / README.AMI < prev    next >
Text File  |  1994-04-09  |  3KB  |  75 lines

  1.  
  2. AMIGA gzip124x2.lha and gzip124x2.zip archive notes
  3.  
  4. ==================================================================
  5.  
  6. April 9, 1994
  7. <John.Bush@East.Sun.COM>
  8.  
  9. ------------------------------------------------------------------
  10.  
  11. This is the 2nd RE-distributed gzip executable, version 1.2.4,
  12. for Amiga.  It is being redistributed because an important
  13. bug has been fixed, and the code is now built on the latest
  14. SAS/C 6.51 compiler.
  15.  
  16. Provided here is the "gzip" utility command only (minus gunzip,
  17. gzcat, etc), including all the neccessary GNU licence documentation.
  18.  
  19. The gzip command can be linked or duplicated on your system to 
  20. produce the gzcat and gunzip commands, if desired.  Otherwise, 
  21. command line options passed to gzip can provide that functionality.  
  22. For example, "gzip -d" is equivalent to "gunzip".
  23.  
  24. ------------------------------------------------------------------
  25.  
  26. In conformance with the GNU license, source code is widely available 
  27. for this product.  The master repository is accessible via anonymous 
  28. ftp at:
  29.  
  30.       prep.ai.mit.edu:/pub/gnu
  31.  
  32. The gzip code will normally be named, "gzip-m.r.p.tar.Z", where the 
  33. "m.r.p" indicates the current released "major", "revision", and "patch"
  34. level number.
  35.  
  36. Also, see the README and COPYING files in this archive for more 
  37. information.
  38.  
  39. The BUG reporting procedure is outlined in the README file.
  40.  
  41. ------------------------------------------------------------------
  42.  
  43. The previous release, gzip124x1, was a temporary solution for a
  44. bug in the encryption code.  The description of this problem was 
  45. preserved in the file, README.X1, in the distribution archive.
  46.  
  47. This release, gzip124x2, contains a permanent fix to that problem.
  48.  
  49. Jim Cooper, from the SAS Institute, correctly pinpointed the problem
  50. as a faulty assumption about the precision of offsets in relative
  51. addressing.  Minor changes to the assembler routine, match.a,
  52. solved that problem.  MANY THANKS, JIM!
  53.  
  54. ------------------------------------------------------------------
  55.  
  56. The enclosed version of gzip does not work properly on Amigas running 
  57. Workbench 1.3 (Kickstart less than 36).  This is because of the lack 
  58. of the ROM entrypoint, Examine_FH, used by the fstat() call in gzip.
  59.  
  60. This will be corrected in a later version.  A Workaround exists.
  61.  
  62. For now, use standard output to pass files from gzip, as follows:
  63.  
  64. (substitute your root filename in place of "filename" below)
  65.  
  66.     gzip >filename -dc filename.gz
  67.  
  68.  or 
  69.  
  70.    gzip >filename.gz -c filename
  71.  
  72. ------------------------------------------------------------------
  73.  
  74. -John Bush
  75.